home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / v cisle / tclock / tclocklight-040702-3.exe / source / player / resource.h < prev    next >
C/C++ Source or Header  |  2003-11-25  |  690b  |  24 lines

  1. // icons
  2. #define IDI_TCPROP                      101
  3. #define IDI_TCLOCK                      102
  4.  
  5. // dialog
  6. #define IDD_PLAYER                      101
  7.  
  8. // dialog controls
  9. #define IDC_SHOWTIME                    1001
  10. #define IDC_SHOWWHOLE                   1002
  11. #define IDC_SHOWADD                     1003
  12. #define IDC_SHOWUSTR                    1004
  13. #define IDC_SHOWUSTRNUM                 1005
  14. #define IDC_PLAYERHELP                  1006
  15.  
  16. #define IDC_STATIC                      -1
  17.  
  18. // strings
  19. #define IDS_STOP                        1
  20. #define IDS_PAUSE                       2
  21. #define IDS_PREV                        3
  22. #define IDS_NEXT                        4
  23.  
  24.